home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000240_fdc@columbia.edu_Fri Dec 14 09:33:30 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Flags: 000000000001
  2. Article: 13065 of comp.protocols.kermit.misc
  3. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  4. From: fdc@columbia.edu (Frank da Cruz)
  5. Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
  6. Subject: Re: Help with UPS / Serial Ports
  7. Date: 14 Dec 2001 09:33:02 -0500
  8. Organization: Columbia University
  9. Lines: 37
  10. Message-ID: <9vd2iu$l74$1@watsol.cc.columbia.edu>
  11. References: <3c15cc89$0$227@hades.is.co.za> <3c184adc$0$235@hades.is.co.za> <9vabcn$5ln$1@watsol.cc.columbia.edu> <3c197fe9$0$233@hades.is.co.za>
  12. NNTP-Posting-Host: watsol.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 1008340386 13108 128.59.39.139 (14 Dec 2001 14:33:06 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 14 Dec 2001 14:33:06 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:530679 comp.protocols.kermit.misc:13065
  17.  
  18. In article <3c197fe9$0$233@hades.is.co.za>,
  19. Peet Grobler <peetgr@absa.co.za> wrote:
  20. : "Frank da Cruz" <fdc@columbia.edu> wrote in message
  21. : news:9vabcn$5ln$1@watsol.cc.columbia.edu...
  22. : > In article <3c184adc$0$235@hades.is.co.za>,
  23. : > Peet Grobler <peetgr@absa.co.za> wrote:
  24. : > : One more question:
  25. : > :
  26. : > : So I can go :
  27. : > : echo "A" > /dev/ttyS0
  28. : > : cat /dev/ttyS0
  29. : > :
  30. : > : Will I see the results as returned from the ups?
  31. : > :
  32. : > Suggestion: use C-Kermit:
  33. : >
  34. : >   http://www.columbia.edu/kermit/ckermit.html
  35. :
  36. : Naah, I'd rather write the program myself. Problem is, I have three boxes
  37. : (four soon) powered by this UPS, and only one can connect directly to the
  38. : UPS. I've got to write a server, and some clients for the other three
  39. : machines, so they all know when to shut down. Besides, it's more fun rollin'
  40. : my own!
  41. There's no arguing with that!  But...
  42.  
  43. C-Kermit 8.0, which is being released now, supports RFC 2217 Com Port
  44. Control, which lets you share serial ports over Telnet.  An RFC 2217 server
  45. is available for Linux here:
  46.  
  47.   ftp://kermit.columbia.edu/kermit/sredird/
  48.  
  49. Run this on the box that connects to the UPS serial port, and then you can
  50. access the UPS from Kermit on the other boxes.
  51.  
  52. - Frank
  53.